Name :Cosine function
Symbol :COS
Illustrate:
Cosine function operation is performed on the input value.
Image:
Parameter:
| Parameter | Statement | Type | Description |
|---|---|---|---|
| IN | Input | REAL | Enter a value |
| OUT | Output | REAL | Output value |
Example:
LD:
ST:
Interpretation:
| parameter | operand | value |
|---|---|---|
| IN | TagIn | Enter a value:90 |
| OUT | TagOut | Output value:0.4480736 |
IN inputs REAL type data, and OUT outputs the cosine operation of IN.